home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d13 / pro115.arc / PRO.DOC < prev    next >
Text File  |  1991-04-09  |  7KB  |  213 lines

  1.  
  2.  
  3.    █▀▀▀▀▀▀▀▀▀▄                █▀▀▀▀▀▀▀▀▀▄
  4.    █         █                █         █
  5.    █         █                █         █
  6.    █         █  ▄▀▀▀▀▀▀ █▀▀▀▀▀█         █  ▄▀▀▀▀▀▀ █▀▀▀▀▀█ █   █ █▀▀▀▀▄ ▀▀█▀▀▀
  7.    █         █  █       █     █         █  █       █     █ ██ ██ █    █   █
  8.    █▀▀▀▀▀▀▀▀▀   █       █     █▀▀▀▀▀▀▀▀▀   █       █     █ █ █ █ █    █   █
  9.    █            █       █     █            █       █     █ █   █ █▀▀▀▀    █
  10.    █            █       █     █            █       █     █ █   █ █        █
  11.    █            █       █     █            █       █     █ █   █ █        █
  12.    █            █       █▄▄▄▄▄█            █       █▄▄▄▄▄█ █   █ █        █
  13.  
  14.    ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  15.  
  16.             by Scott W. Brown
  17.               
  18.             
  19.  
  20.         Support BBS: The Swing RyBBS
  21.                  914-834-7830  300/1200/2400/2400FEC BPS
  22.                  24 Hours a day, 7 days a week 
  23.  
  24.  
  25.  
  26. =================================================PROPROMPT VERSION 1.15 PAGE 2
  27.                           TABLE OF CONTENTS
  28.               -----------------
  29.  
  30.  
  31. DESCRIPTION                               PAGE
  32. ___________________________________________________________________________
  33.  
  34. INTRODUCTION..........................................................3
  35.  
  36. INSTALLATION..........................................................4
  37.  
  38. PROGRAM USAGE.........................................................5
  39.  
  40. COMMON PROBLEMS.......................................................6
  41.  
  42. ADVANCED FEATURES.....................................................7
  43.  
  44. WHY YOU SHOULD REGISTER...............................................8
  45.  
  46. REGISTRATION FORM.....................................................9
  47.  
  48.  
  49. =================================================PROPROMPT VERSION 1.15 PAGE 3
  50.  
  51.                               INTRODUCTION
  52.                               ------------
  53.  
  54. The purpose of this program is to be able to use DOS's PROMPT command.
  55.  
  56. The prompt is what you see right before the cursor normally in DOS.  Your 
  57. prompt may look like one of the following now:
  58. C:>
  59. C:\>
  60.  
  61. This program will allow you to customize your prompt with colors,
  62. the current time, current date and more!  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71. =================================================PROPROMPT VERSION 1.15 PAGE 4
  72.  
  73.                               INSTALLATION
  74.                               ------------
  75.  
  76.  
  77. This program requires that ANSI.SYS be active on your computer.  This program
  78. comes with DOS.  If you already have ANSI.SYS in your CONFIG.SYS file there is
  79. no need to add it again.  To install this program, add a line to your 
  80. CONFIG.SYS file (which is usually in your root directory).  
  81. Enter the following commands:
  82. COPY CONFIG.SYS+CON
  83. DEVICE=C:\DOS\ANSI.SYS
  84. ^Z
  85. If your DOS files aren't in your C:\DOS directory, replace C:\DOS with the 
  86. directory your DOS is in.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94. =================================================PROPROMPT VERSION 1.15 PAGE 5
  95.  
  96.  
  97.                               PROGRAM USAGE
  98.                               -------------
  99.  
  100. To load the ProPrompt program, at the DOS prompt type:
  101. PRO115.EXE   <ENTER>
  102.  
  103. You will then be prompted for the next item to put in your prompt.  You have
  104. 8 options.  Selections 1-7 are special options such as current date or
  105. current DOS directory.  Selection 8 will allow you to enter text.
  106.  
  107. When you pick most items, you will be prompted for the color of the item.
  108. You will have selections A-H in the unregistered version.  Hit Q to use
  109. the color used on last item.
  110.  
  111. To exit to DOS, hit Q.  When you return to DOS, your prompt will not be 
  112. installed.  To install the prompt, type PRMPT at the DOS prompt, ex:
  113. PRMPT     <ENTER>
  114.  
  115.  
  116.  
  117. =================================================PROPROMPT VERSION 1.15 PAGE 6
  118.  
  119.                               COMMON PROBLEMS
  120.                               ---------------
  121.  
  122. Some common problems are:
  123.  
  124. I finished the prompt but now I can't get it to display
  125. Solution: You have to type PRMPT immediately after you exit ProPrompt
  126.  
  127. I get the prompt but see strange letters/characters.
  128. Solution: ANSI.SYS isn't installed. Refer to your DOS manual for installation
  129. of ANSI.SYS.
  130.  
  131. ProPrompt says "Invalid Selection" at the Build Screen.
  132. Solution: Read the menu of choices (1-8 and Q) listed at the top of the screen
  133. and pick a listed selection.
  134.  
  135. ProPrompt sends me back to DOS in the middle of my prompt.
  136. Solution: Your prompt was too big. Make a smaller prompt next time.
  137.  
  138. When I try to install the prompt, DOS says "Out of environment Space"
  139. Solution: Your prompt is too big and/or you don't have enough ram memory.  Try
  140. making a smaller prompt.
  141. =================================================PROPROMPT VERSION 1.15 PAGE 7
  142.  
  143.                               ADVANCED FEATURES
  144.                               -----------------
  145.  
  146. It is possible to load a ProPrompt prompt every time you turn on the computer.
  147. To do this, the first step is to find your AUTOEXEC.BAT file.  Then
  148. copy the PRMPT.BAT file that ProPrompt creates onto the drive/directory
  149. where AUTOEXEC.BAT is.  Next, copy the AUTOEXEC.BAT to AUTOEXEC.BAK just in
  150. case something goes wrong.  Then enter this command:
  151. COPY PRMPT.BAT+AUTOEXEC.BAK AUTOEXEC.BAT
  152. Now reset your computer and if this procedure worked, you will have your
  153. ProPrompt prompt installed automatically!
  154.  
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164. =================================================PROPROMPT VERSION 1.15 PAGE 8
  165.  
  166.                            WHY YOU SHOULD REGISTER
  167.                            -----------------------
  168.  
  169. If you register ProPrompt, you will be entitled to:
  170.  
  171. o FREE Technical support
  172. o FREE upgrades via modem by calling the Support BBS
  173. o you will receive the latest registered version via US Mail which includes:
  174.  
  175.        o TWICE as many colors to be used with your prompt items!
  176.        o Plot option allows you to move to coordinant on screen
  177.        o Graphics option allows you to draw characters such as █ and ─
  178.        o More to come!
  179.  
  180. Send registration of $15.00 plus $2.00 shipping and handling to:
  181.  
  182. Scott Brown
  183. 415 Richbell Rd
  184. Larchmont, NY  10538-2912
  185.  
  186. Be sure to include either a note telling us you want the registered version
  187. of ProPrompt or the registered version included on this disk.
  188. =================================================PROPROMPT VERSION 1.15 PAGE 9
  189.  
  190.  
  191. -----------------------------------------------------------------------------
  192. Please make checks payable to:
  193. Scott Brown, 415 Richbell Rd, Larchmont, NY  10538-2912
  194.  
  195. NAME_______________    DATE____/______/____
  196.  
  197. STREET____________________     APT#_________
  198.  
  199. CITY______________  STATE___________________ COUNTRY_________ ZIP_______
  200.  
  201.  
  202.                      ProPrompt Registered Version        $15  __________
  203.  
  204.                      Shipping and handling                    $2.00
  205.  
  206.                      Forign Orders add                   $10
  207.  
  208.                                                        Total  __________
  209.  
  210. 5.25 inch disks will be sent out.  Send an additional $15 per disk if you
  211. would like them converted to 3.5 inch.
  212.  
  213.